CompileScriptResponse

data class CompileScriptResponse(scriptId: ScriptId?, exceptionDetails: ExceptionDetails?)

Represents response frame that is returned from Runtime#compileScript operation call. Compiles expression.

See also

Constructors

CompileScriptResponse
Link copied to clipboard
fun CompileScriptResponse(scriptId: ScriptId? = null, exceptionDetails: ExceptionDetails? = null)

Properties

exceptionDetails
Link copied to clipboard
val exceptionDetails: ExceptionDetails? = null
Exception details.
scriptId
Link copied to clipboard
val scriptId: ScriptId? = null
Id of the script.

Sources

jvm source
Link copied to clipboard